projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d895abb
)
(mail-yank-original): Delete windows on selected frame only.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 21 Nov 1993 22:18:15 +0000
(22:18 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 21 Nov 1993 22:18:15 +0000
(22:18 +0000)
lisp/mail/sendmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/sendmail.el
b/lisp/mail/sendmail.el
index ddb671bf641ca40749279d50092d8dcf0c6f9c72..e90d46bb94979cd55b92ddde897d81c009b66905 100644
(file)
--- a/
lisp/mail/sendmail.el
+++ b/
lisp/mail/sendmail.el
@@
-670,7
+670,10
@@
and don't delete any header fields."
(interactive "P")
(if mail-reply-buffer
(let ((start (point)))
- (delete-windows-on mail-reply-buffer)
+ ;; If the original message is in another window in the same frame,
+ ;; delete that window to save screen space.
+ ;; t means don't alter other frames.
+ (delete-windows-on mail-reply-buffer t)
(insert-buffer mail-reply-buffer)
(if (consp arg)
nil